home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 07 / styleTitle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-08  |  882 b   |  60 lines

  1. .page {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12pt;
  4.     color: #ECE3CA;
  5.     background-color: #07396A;
  6.     background-image: url(images/s2002BackgroundBlue-8x6.jpg);
  7.     background-position: center;
  8.     background-repeat: no-repeat;
  9.     margin-left: 0;
  10.     margin-top: 5;
  11.     margin-width: 0;
  12.     margin-height: 0;
  13. }
  14.  
  15. a:link {
  16.     color: #333399;
  17.     color: #0000cc;
  18.     text-decoration: none;
  19.     font-weight: bold;
  20. }
  21. a:vlink {
  22.     color: #999999;
  23.     font-style: italic;
  24. }
  25. a:alink {
  26.     color: #ff0000;
  27. }
  28.  
  29.  
  30. .titleText {
  31.     font-size: 24pt;
  32.     font-weight: bold;
  33.     text-align: center;
  34.     margin-bottom: 1.5em;
  35. }
  36.  
  37. .authorText {
  38.     font-size: 18pt;
  39.     font-weight: bold;
  40.     text-align: center;
  41.     margin-bottom: 3em;
  42. }
  43. .authorLine {
  44.     margin-bottom: .5em;
  45. }
  46.  
  47. .dateText {
  48.     font-size: 14pt;
  49.     font-weight: bold;
  50.     text-align: center;
  51. }
  52.  
  53. .continueLink {
  54.     font-size: 14pt;
  55.     font-weight: bold;
  56.     color: white;
  57.     text-decoration: none;
  58. }
  59.  
  60.